home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3732 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.ipf.net!usenet
  2. From: Stephan Wolf <wolf@isg.de>
  3. Newsgroups: comp.software-eng,comp.lang.c++,comp.object
  4. Subject: Re: Tool for C++ code Analysis
  5. Date: Thu, 25 Jan 1996 22:03:59 +0100
  6. Organization: Innovative Software
  7. Message-ID: <3107F03F.F56@isg.de>
  8. References: <4dp4qj$qn0@news-2.csn.net>
  9. NNTP-Posting-Host: 194.152.44.81
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14. CC: kocher@lts.sel.alcatel.de
  15.  
  16. > > |> I want to analyse the development of a large object-oriented
  17. > > |> framework from version to version.
  18. > > |>
  19. > > |> For this purpose I need a tool, that can analyse C++-Code
  20. > > |> (class-hierarchy, methods, use-relationships,...)
  21. > > |> and that produces readable output,
  22. > > |> that can serve as the source for further analysis.
  23.  
  24. Hi,
  25.  
  26. Do you know The Object Engineering Workbench for C++? OEW is used for 
  27. design, programming and reverse engineering of C++ code. It also 
  28. generates database schemes for POET, ObjectStore and SQL. Documentation 
  29. is generated automatically. Go to http://www.isg.de
  30.  
  31. Stephan
  32.